home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / D / Database / INFOTEXT < prev   
Text File  |  1992-09-03  |  926b  |  23 lines

  1. In computing, a structured collection of
  2. data. The database makes data available to
  3. the various programs that need it, without
  4. those programs needing to be aware of how the
  5. data are actually stored. There are three
  6. main types (or `models'): hierarchical,
  7. network, and relational, of which relational
  8. is the most widely used. A free-text database
  9. is one that holds the text of articles or
  10. books in a form that permits rapid searching.
  11. A telephone directory stored as a database
  12. might allow all the people whose names start
  13. with the letter B to be selected by one
  14. program, and all those living in London by
  15. another. A collection of databases is known
  16. as a databank. A database-management system
  17. (DBMS) program ensures that the integrity of
  18. the data is maintained by controlling the
  19. degree of access of the application programs
  20. using the data. Databases are normally used
  21. by large organizations with mainframes or
  22. minicomputers.
  23.